home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / flipcomment.fpl.readme < prev    next >
Text File  |  1995-07-18  |  841b  |  33 lines

  1. #############################################################################
  2. File: FlipComment.FPL
  3. Author: Niklas Angare
  4. Email: 2:201/328.42@FidoNet or EI9418@el.haninge.kth.se
  5. Short: Flip comments around C-lines
  6. Version: 1.0
  7. Date: 24.1.95
  8. Local settings:
  9. Global settings:
  10. Keysequence: Alt-c
  11. Type: key, function
  12. Prereq:
  13. Copyright: Niklas Angare, distributed as FreeWare
  14. #############################################################################
  15.  
  16. FUNCTION
  17.     Makes a C-language line inactive/active by placing/removing a
  18.     comment around it.
  19.  
  20. HISTORY
  21.     1.0 Initial version.
  22.  
  23. BUGS
  24.     Doesn't take comments already present on the line into account, so
  25.     you'll have to compile with the SAS/C option COMMENTNEST or flip
  26.     comments on those lines by hand.
  27.  
  28. TODO
  29.     Fix the 'bug' and insert a setting to choose whether to use
  30.     comment nesting or not.
  31.  
  32.  
  33.